サンプル
Retrieve parsed options and flags via their canonical names from ArgResults when using aliases
sha256:1966c97c2d75ab9245ada1be26ad968056fdaaad28f126163a7f3bf75d7ed626
PUBLISHED
L3_CONTRACT_PASS
MIT-0
ケース
- ゴール
- Retrieve parsed options and flags via their canonical names from ArgResults when using aliases HOW
- パッケージ
- args 2.7.0
- 環境
- dart
- 作成日
- 2026-08-17T02:03:07Z
よくある思い込み
ArgResults allows retrieving parsed option and flag values using either their canonical name or any configured alias.
このサンプルの作者が、ここで開発者やモデルが期待するであろうこととして記録したもの。下の契約が実際に実行されたものだ。
コントラクト
- ArgResults throws an ArgumentError when queried with an alias name via operator [] or wasParsed(), requiring all lookups to use the canonical option name regardless of how the option was supplied on the command line.
- assert parsing --dest assigns the value to canonical key results['target'] with wasParsed('target') true
- assert results['dest'] and results.wasParsed('dest') both throw ArgumentError for option alias
- assert parsing --no-simulate assigns false to canonical key results['dry-run'] with wasParsed('dry-run') true
- assert results['simulate'] and results.wasParsed('simulate') both throw ArgumentError for flag alias
- assert results['filter'] throws ArgumentError for multi-option alias
- assert results.options contains only canonical names and excludes configured aliases
ファイル
- NOTES.md
- csx.json
- pubspec.lock
- pubspec.yaml
- test/contract.dart
検証済みアーティファクトをダウンロード (tar.gz) — 契約が実行された正確なバイト列
オリジンシーダー
検証レシート
- dart 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · pub@1 · 2026-08-16 · ed25519:d91480838ac982c9