Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 246 Bytes

File metadata and controls

13 lines (11 loc) · 246 Bytes

Shell completion (bash)

Activate for the current shell:

source <(osc-cli --bash_completion)

Persist it:

osc-cli --bash_completion > ~/.osc/cli-completion.bash
# then in your ~/.bashrc
source ~/.osc/cli-completion.bash