CLI開発(Sharprompt)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>自作CUI(CLI)の話]]
--CLI開発(Sharprompt)
--[[CLI開発(System.CommandLine)]]
* 目次 [#v12dcaff]
#contents
* 概要 [#u60e333d]
C# で Interactive な Prompt を構築するライブラリ。
* 詳細 [#o643513e]
**機能 [#of203ca1]
以下のような機能がある模様。
***Input [#uedb94b6]
-文字列入力
-数値型などへのパース
***Confirm [#ea911cab]
YES/NOの確認
***Password [#z13e3528]
パスワード入力
***Select [#q15c78b4]
-単純なSelect
-列挙型へのパース
***MultiSelect [#n493ed32]
ページングできるSelect
***Custom Prompter [#m51b8995]
表示のカスタマイズ
**サンプル [#k144ac2c]
https://github.com/OpenTouryoProject/OpenTouryo/blob/deve...
* 参考 [#d72eb79d]
-shibayan/Sharprompt: Interactive command line interface ...
https://github.com/shibayan/Sharprompt
-C# で Interactive な Prompt を構築するライブラリを作った...
https://blog.shibayan.jp/entry/20190811/1565520395
**[[OSSコンソーシアム情報>自作CUI(CLI)の話#b364b47e]] [...
----
Tags: [[:シェル]], [[:インフラストラクチャ]], [[:.NET開発]]
終了行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>自作CUI(CLI)の話]]
--CLI開発(Sharprompt)
--[[CLI開発(System.CommandLine)]]
* 目次 [#v12dcaff]
#contents
* 概要 [#u60e333d]
C# で Interactive な Prompt を構築するライブラリ。
* 詳細 [#o643513e]
**機能 [#of203ca1]
以下のような機能がある模様。
***Input [#uedb94b6]
-文字列入力
-数値型などへのパース
***Confirm [#ea911cab]
YES/NOの確認
***Password [#z13e3528]
パスワード入力
***Select [#q15c78b4]
-単純なSelect
-列挙型へのパース
***MultiSelect [#n493ed32]
ページングできるSelect
***Custom Prompter [#m51b8995]
表示のカスタマイズ
**サンプル [#k144ac2c]
https://github.com/OpenTouryoProject/OpenTouryo/blob/deve...
* 参考 [#d72eb79d]
-shibayan/Sharprompt: Interactive command line interface ...
https://github.com/shibayan/Sharprompt
-C# で Interactive な Prompt を構築するライブラリを作った...
https://blog.shibayan.jp/entry/20190811/1565520395
**[[OSSコンソーシアム情報>自作CUI(CLI)の話#b364b47e]] [...
----
Tags: [[:シェル]], [[:インフラストラクチャ]], [[:.NET開発]]
ページ名: