* Allow default values to use earlier recipe arguments
* Add `--one` flag to forbid multiple recipes from being invoked
* Allow including arbitrary characters in strings with `\u{…}`
* Print recipe doc string when`--explain` flag is passed
* Use unwrap_or_default() when getting default color and verbosity
* De-duplicate suggestion methods
* Refactor analyzer
* Use `console` codeblocks in readme
* Add PyPI install instructions
* Remove old recipes from project justfile
* Fix clippy lints
- remove cargo_audit, as it's included in cargo_vendor
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=47
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">just*.tar.*</param>
|
|
<param name="update">true</param>
|
|
<param name="filter">true</param>
|
|
</service>
|
|
</services>
|