-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CLI editor #11
Milestone
Comments
Need to move #10 stuff into this CLI. |
lets just start with argparse unless it drives us nots other question
|
ctengel
added a commit
that referenced
this issue
May 22, 2022
Part of #11 Some additions/fixes with reading/writing JSON Added base paradigm of read/mod/write
This was referenced May 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This implements a portion of #8
$ tbt-edit con add p1 p2
-i
interactively prompt for distance, tracks; display average len etc-l
specify length-t...
specify track colors$ tbt-edit con mod p1 p2
-l
specify length-t...
specify track colors$ tbt-edit con del p1 p2
$ tbt-edit lengths
- bulk modify lengths$ tbt-edit stats
- summarize stats$ tbt-edit show
- output each city with its connections, lengths, etc$ tbt-edit point del pt
-f
delete even if there are connectionsThe text was updated successfully, but these errors were encountered: