8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
These settings should be located in user-specific config folder (directories crate can be used)
Current commands related to starting emulator should be moved to run subcommand: rustzx run --tap jetpac.tap
run
rustzx run --tap jetpac.tap
--remember - save provided asset-specific settings
--remember
config
Subcommands:
set
--global
defaults
Basically, part of run arguments should be moved to the different structopt structure and re-used for configuration commands
structopt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To improve the usability of the emulator, the following configuration sources should be introduced:
These settings should be located in user-specific config folder (directories crate can be used)
Configuration sources should have the following priority (from the highest)
Additional change for this task will be CLI refactoring
Current commands related to starting emulator should be moved to
run
subcommand:rustzx run --tap jetpac.tap
Additional
run
subcommand args--remember
- save provided asset-specific settingsconfig
subcommandSubcommands:
set
- set global or asset-specific settings. Global options can be selected with--global
flagdefaults
- reset asset settings for asset or globally.Basically, part of
run
arguments should be moved to the differentstructopt
structure and re-used for configuration commandsThe text was updated successfully, but these errors were encountered: