Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1d93c40
Restrict access to symbols in BashCompletionsGenerator.swift.
rgoldberg Jan 18, 2025
b006f5c
Use key path instead of closure in BashCompletionsGenerator.swift.
rgoldberg Jan 18, 2025
a1e8d4a
Remove extraneous bash spacing.
rgoldberg Jan 18, 2025
633631d
Do not indent bash cases.
rgoldberg Jan 18, 2025
616b001
Do not prefix bash cases with an open parenthesis.
rgoldberg Jan 18, 2025
f76febf
Brace & quote bash variable uses.
rgoldberg Jan 18, 2025
9c4f0ed
Remove extraneous bash blank line.
rgoldberg Jan 18, 2025
1e77cd4
Improve bash escaping.
rgoldberg Jan 18, 2025
8f467d2
Improve bash $cur, $prev, & $COMPREPLY.
rgoldberg Jan 26, 2025
efe71ad
Improve bash $SAP_SHELL & $SAP_SHELL_VERSION.
rgoldberg Jan 26, 2025
cf8c279
Overhaul BashCompletionsGenerator.swift as [ParsableCommand.Type] ext…
rgoldberg Jan 28, 2025
425657b
Move bashValueCompletion(…) in BashCompletionsGenerator.swift.
rgoldberg Jan 28, 2025
42f41c1
Overhaul bash completion script generation:
rgoldberg Jan 19, 2025
4830317
Add default help to bash completions iff no existing help subcommand.
rgoldberg Jan 27, 2025
9252f0f
Improve bash file & directory completions.
rgoldberg Jan 18, 2025
1767176
Disable history ! in bash completion scripts.
rgoldberg Jan 31, 2025
6268c97
Do not include uppercased extensions in bash file(extensions:) comple…
rgoldberg Jan 19, 2025
5370d18
Use single quoted string for bash list completions.
rgoldberg Jan 19, 2025
950d2bc
Allow bash list completions to contain spaces.
rgoldberg Jan 19, 2025
cff6998
Allow bash custom completions to contain spaces.
rgoldberg Jan 19, 2025
9d8bc40
bash custom completion of empty word followed by other words.
rgoldberg Jan 26, 2025
8935e00
Prevent bash shellCommand completion scripting from breaking scripts.
rgoldberg Jan 20, 2025
9331a57
Allow bash shellCommand completions to contain spaces.
rgoldberg Jan 20, 2025
824d08c
Use zip(…) to generate bash positional argument numbers.
rgoldberg Feb 16, 2025
e82cd67
Rework bash positional case generation.
rgoldberg Feb 16, 2025
db50e6e
Reverse the polarity of the neutron flow of the completions help subc…
rgoldberg Feb 16, 2025
88dcf7e
Rename flags & options vars to flagCompletions & optionCompletions, r…
rgoldberg Feb 16, 2025
0ad7911
Remove TODO comments from generated bash completion scripts.
rgoldberg Feb 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading