module Noir::Completions::Fish

Extended Modules

Defined in:

completions/fish.cr

Constant Summary

SCAN_GUARD = "-n __fish_noir_scan_context"

Guard so scan/global flags only complete under an explicit noir scan ... or a bare noir ... (v0 compat) — never leaking into noir cache, noir config, and the other subcommands.

Instance Method Summary

Instance Method Detail

def script : String #

[View source]