-
Notifications
You must be signed in to change notification settings - Fork 17
/
sad.sh
17 lines (15 loc) · 1.05 KB
/
sad.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
# Automatic generated, DON'T MODIFY IT.
# @flag -0 --read0 Use \0 as stdin delimiter
# @flag -k --commit No preview, write changes to file
# @flag -e --exact String literal mode
# @option -f --flags Regex flags: use `--help` instead of `-h` to see details
# @option -p --pager Colourizing program, disable = never, default = `$GIT_PAGER`
# @option --fzf Additional Fzf options, disable = never
# @option -u --unified Same as in GNU diff --unified={size}, affects aggregate size
# @option --trim-cr[true|false] <TRIM_CR> Trim '\r' from input filenames
# @flag -h --help Print help (see a summary with '-h')
# @flag -V --version Print version
# @arg pattern! Search pattern
# @arg replace Replacement pattern, empty = delete
command eval "$(argc --argc-eval "$0" "$@")"