mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
14 lines
451 B
Text
14 lines
451 B
Text
module completions {
|
|
|
|
export extern yazi [
|
|
cwd?: string # Set the current working directory
|
|
--cwd-file: string # Write the cwd on exit to this file
|
|
--chooser-file: string # Write the selected files on open emitted by the chooser mode
|
|
--clear-cache # Clear the cache directory
|
|
--help(-h) # Print help
|
|
--version(-V) # Print version
|
|
]
|
|
|
|
}
|
|
|
|
export use completions *
|