bigskysoftware / bigskysoftware/_hyperscript
Validation prints `Not found [target]` message for every flag
オープン
- 主要言語
- JavaScript
- スター
- 3.8k
- フォーク
- 172
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Version used is 0.9.91.
Running validation with any flags prints a message to console due to how the `positional` args are determined.
E.g. running `--validate src/ --ext foo --attr bar` results in:
```
Not found: /foo
Not found: /bar
```
This is more of a cosmetic issue. I was confused at first when I saw the messages and unsure if my flags were even correctly parsed or not (turns out they are).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず検証の経路と、--validate、--ext、--attr に対する位置引数の決定方法を追跡します。報告にあるコマンドを再現し、その後、有効なフラグ値によって「Not found」メッセージが生成されないように処理を調整しつつ、検証とフラグのパースが引き続き機能するようにします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 52/100