yay/pkg/settings
Дамјан Георгиевски f7dbebcc2c
fix(exec): add --quiet to systemd-run (#1654)
* add --quiet to systemd-run

this will avoid the `Press ^] three times within 1s to disconnect TTY.` message.

it's mentioned in the systemd-run man page too:
```
--quiet, -q
    Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the
    initial message explaining how to terminate the TTY connection.
```

* add --quiet to the tests

* add --quiet to TestABSPKGBUILDRepoExistsPerms too
2021-12-20 17:49:25 +01:00
..
exe fix(exec): add --quiet to systemd-run (#1654) 2021-12-20 17:49:25 +01:00
parser feat(search): add optional setting that formats each search result on a single line 2021-11-05 09:26:34 +01:00
args.go feat(yay): simplify sort mode and use it for calculating number menu indices, fixes #1627 2021-11-07 00:18:26 +01:00
config_test.go test(build-dir): add regression tests for non-existing build dir 2021-10-15 19:58:59 +02:00
config.go feat(yay): simplify sort mode and use it for calculating number menu indices, fixes #1627 2021-11-07 00:18:26 +01:00
dirs_test.go test(build-dir): add regression tests for non-existing build dir 2021-10-15 19:58:59 +02:00
dirs.go fix(cache): create build directory if not systemd-run directory. closes #1612 2021-10-15 19:22:28 +02:00
errors.go fix(clean_menu): clean menu errors don't exit yay anymore 2021-10-27 23:45:23 +02:00
runtime.go chore(version): bump major version 2021-09-08 22:28:08 +02:00