CLI entry point and argument parsing #27
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
austin/localcode#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the
localcodeCLI entry point.localcodewith no args: start a session in the current directorylocalcode --project /path: start a session in the specified directorylocalcode --config /path/to/localcode.toml: use a specific config filelocalcode --model /path/to/model.gguf: override the model path (useful for quick testing)--verboseflag for debug logging--versionflagUse argparse (stdlib) — no need for click/typer for this scope.