optique

(★ 728)

Type-safe combinatorial CLI parser for TypeScript

File Explorer

  • .gitattributes
  • .gitignore
  • .hongdown.toml
  • AGENTS.md
  • AI_POLICY.md
  • CHANGES.md
  • CLAUDE.md
  • codecov.yml
  • context7.json
  • CONTRIBUTING.md
  • cspell.json
  • deno.json
  • deno.lock
  • LICENSE
  • mise.toml
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • readme-imports.test.ts
  • README.md
  • sacho.toml
  • SECURITY.md
  • skills-lock.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

fish

View Details ▼

The Friendly Interactive SHell, a command-line interpreter designed to be user friendly.

fish

Start an interactive shell session:

fish {{[-N|--no-config]}}

Start an interactive shell session without loading startup configs:

fish {{[-c|--command]}} "{{echo 'fish is executed'}}"

Execute specific commands:

// repository documentation