Support all the fields of the 'ConfigAsset' #91
Labels
CLI
Command Line Interface
config
TOML configuration, config-related CLI options
enhancement
New feature or request
hacktoberfest
https://hacktoberfest.com/
Currently, it's possible to install only hardcoded tools without any configuration. It would be nice to have all the fields of the
ConfigAsset
type be able to specify as CLI flags.The only challenge — the CLI interface.
It's nice to install a single tool with a command:
But
ConfigAsset
has fieldsrepo
andexe_name
. Which one of them should be the default string argument?This feature should play nicely with #90 and update the config with all the explicitly specified fields.
The text was updated successfully, but these errors were encountered: