Initial commit
This commit is contained in:
14
resources/help.txt
Normal file
14
resources/help.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
A Linux-based debug interface for embedded systems development.
|
||||
|
||||
Usage:
|
||||
bloom [ENVIRONMENT_NAME/COMMAND]
|
||||
|
||||
If no environment name or command is provided, Bloom will fallback to the environment named "default".
|
||||
If no such environment exists, Bloom will exit.
|
||||
|
||||
Commands:
|
||||
--help, -h Displays this help text.
|
||||
--version, -v Displays the current version number.
|
||||
init Creates a new Bloom project configuration file (bloom.json) in the working directory.
|
||||
|
||||
For more information on getting started with Bloom, please visit https://bloom.oscillate.io/getting-started.
|
||||
Reference in New Issue
Block a user