yay/pkg/settings
Joey Holtzman d368f99be0
feat(yay): add boolean flags (#2285)
* feat(yay): add boolean flags

This feature now allows users to specify --<option>=<bool value> instead
of using --<option> and --no<option>. Specifying nothing results in the
boolean value being true. The flags prefixed with `no` are deprecated.

* chore(args): Print warning when using deprecated flags

* chore(yay): Update man page for deprecated options and add examples of
boolean flags being used
2023-09-27 12:36:57 +02:00
..
exe feat(install): add --keepsrc to keep pkg/ and src/ directories (#2272) 2023-09-18 09:21:42 +02:00
parser feat(install): add --keepsrc to keep pkg/ and src/ directories (#2272) 2023-09-18 09:21:42 +02:00
args.go feat(yay): add boolean flags (#2285) 2023-09-27 12:36:57 +02:00
config.go fix(download): do not garble download output by default (#2283) 2023-09-18 09:51:32 +02:00
config_test.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00
dirs.go refactor(runtime): Build runtime after cmdargs parsing (#1965) 2023-03-13 08:48:39 +00:00
dirs_test.go ci(yay): add integration test framework (#2178) 2023-05-22 21:38:02 +00:00
errors.go fix(clean_menu): clean menu errors don't exit yay anymore 2021-10-27 23:45:23 +02:00
migrations.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00
migrations_test.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00