no documentation for solid start --config-path or --config-file
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 25/100
- issue の種類
- ドキュメント
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- javascript
- 領域
- cli, documentation
調査の方向性
まず solid start --help と solid init を実行し、次に --config-path、--config-file、configFile のエントリーポイントをたどって、それぞれの動作を確認します。設定ディレクトリ、設定ファイル、生成される ./config.json の関係が明確になるよう、該当する CLI ヘルプまたはドキュメントを更新し、両方のコマンドでドキュメントに記載された動作を検証します。
索引モデルが issue の本文から書いたものです。
説明
The output of solid start --help doesn't show any help description for the following items:
--config-path [value]
--config-file [value]
What's more, the output of solid init doesn't make this very clear either:
? Path to the config directory (for example: /etc/solid-server) ./myconf
? Path to the config file (for example: ./config.json) foo.json
When I see these items, I ask the following questions:
- should the config file be stored in the config directory, or are these different things? I expected that the config file would be written as
[config_dir]/[config_file], but it isn't. Is the config directory something for startup, or runtime configuration? - if I specify foo.json as a config file, why does solid init still write it to
./config.json? - I can specify a config file on the command line with
solid start --config-file. If it reads this config file, what is the behaviour of theconfigFileoption in this json file? Is it used at all (to reload a secondary config file?) or is it ignored?
- 主要言語
- JavaScript
- スター
- 1.8k
- フォーク
- 308
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
nodeSolidServer/node-solid-server のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 72/100
nodeSolidServer/node-solid-server#1848 · コメント 2 件 · リアクション 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
nodeSolidServer/node-solid-server#1841 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
nodeSolidServer/node-solid-server#1147 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
nodeSolidServer/node-solid-server#1867 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 45/100
nodeSolidServer/node-solid-server#1853 ·