You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: Moved methods dealing with "nearest" files to `Util`
* feat: Added code for handling config files
* feat: Added `config` command
* feat: command options now obtain default values from Configuration
* refactor: removed `defaultValue` attribute from commands
* test: Added test for config
* refactor: minor refactor, now using `isBlankString()` in some more places
* refactor: Configurations now work more like Properties
Meaning that instead of reading all configurations into a single
merged object they are linked together by a series of fallbacks.
* feat: `config list` now supports `--show-origin`
* feat: Allow default configuration to be overriden with `JBANG_CONFIG`
* refactor: split config utility methods off into `ConfigUtil`
* refactor: switched to use properties format for config files
* refactor: Switched to external implementation for config Properties
* test: Added tests for `jbang config` CLI
Refactored the config CLI somewhat to be more like similar commands
* feat: Added `--show-available` to `config list`
* fix: Fixed NPE when trying to run `config unset`
Also added tests for `config set` and `config unset`
It is still based on
ShamrockUnitTest
runner.The text was updated successfully, but these errors were encountered: