Make CLI the starting point of the application
Move all the console parsing to the CLI code (e.g., argparse) Modify CLI to be able to launch the session as a daemon, with $agkyra start daemon Modify CLI to provide help for all commands Implement "agkyra gui" which launches the GUI Launch GUI when "agkyra" is called without arguments Update documentation to reflect the changes above
Showing
- agkyra/cli.py 114 additions, 36 deletionsagkyra/cli.py
- agkyra/protocol.py 3 additions, 4 deletionsagkyra/protocol.py
- agkyra/protocol_client.py 1 addition, 1 deletionagkyra/protocol_client.py
- agkyra/scripts/agkyra 5 additions, 77 deletionsagkyra/scripts/agkyra
- docs/user_guide/source/cli.rst 21 additions, 13 deletionsdocs/user_guide/source/cli.rst
- docs/user_guide/source/setup.rst 8 additions, 8 deletionsdocs/user_guide/source/setup.rst
- docs/user_guide/source/troubleshooting.rst 3 additions, 3 deletionsdocs/user_guide/source/troubleshooting.rst
Loading
Please register or sign in to comment