Skip to content
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

newProject, editProject CLI for A7 #48

Closed
skriegsman opened this issue Nov 14, 2023 · 1 comment
Closed

newProject, editProject CLI for A7 #48

skriegsman opened this issue Nov 14, 2023 · 1 comment
Assignees

Comments

@skriegsman
Copy link
Collaborator

  1. Create project and make a new json file to be filled in
    • If no .json file specified, use default file "stepcvt.json"
    • If no name specified, use default name "proj"

[-j] [json file path/name.json] [specific project "name"]
[-j] [json file path/name.json]
[-n] [specific project "name"]

  1. Display existing project from an existing json file
    • If no .json file specified,
      • If the current directory has only one .json file,
    • Then use the only exisitng .json file.
      • If there is more than one possible json file,
    • Try to use default file "stepcvt.json" if it exists.
    • If that fails, throw an error

[-j] [json file path/name.json]

  1. Edit name, etc. in a given json file (or default json file)
    • If no .json file specified,
      • If the current directory has only one .json file,
    • Then use the only exisitng .json file.
      • If there is more than one possible json file,
    • Try to use default file "stepcvt.json" if it exists.
    • If that fails, throw an error
    • If no "name" given, throw an error

[-j] [json file path/name.json] [-n] [new "name"]
[-n] [new "name"]

@skriegsman skriegsman self-assigned this Nov 14, 2023
@skriegsman
Copy link
Collaborator Author

finished with commit #cbf4fc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant