- CLI automation और maintainability को बेहतर बनाने के लिए डिज़ाइन की गई Python-जैसे syntax वाली scripting language
- Command line-केंद्रित डिज़ाइन: argument definition, validation, और
--help generation भाषा स्तर पर एकीकृत
- Declarative argument syntax के ज़रिए type checking, validity validation, और default value setting अपने-आप संभाला जाता है
- JSON processing built-in:
jq के बिना path-based extraction और table-format output का समर्थन
- HTTP request feature भी built-in: API call और result table rendering को कुछ ही लाइनों में लागू किया जा सकता है
- Interactive input support:
pick(), input() आदि से user selection menu बनाया जा सकता है
- Shell command execution feature उपलब्ध, external command call और output capture संभव
- Python के
typer या click से एक स्तर अधिक integrated अनुभव देता है और external dependency के बिना चलता है
- VS Code extension के माध्यम से syntax highlight और LSP integration का समर्थन
- Go-आधारित implementation के साथ macOS·Linux·Windows के लिए binary उपलब्ध और Homebrew install का समर्थन
अभी कोई टिप्पणी नहीं है.