Crates.io | helpman |
lib.rs | helpman |
version | 1.0.4 |
source | src |
created_at | 2023-01-08 08:39:52.471362 |
updated_at | 2023-01-08 15:15:31.858012 |
description | Document Cli Application |
homepage | https://tomomon.jp |
repository | https://github.com/tomo1227/helpman |
max_upload_size | |
id | 753550 |
size | 28,069 |
helpman is Cli Application.
Rust is requiered.
cargo install helpman
First, you have to initialize.
helpman -i
helpman [Option] [FILE]
Option | 説明 |
---|---|
-w | ドキュメントの作成、編集 |
-r | ドキュメントの参照 |
-m, --markdown | Markdown(他のコマンドと併用) |
-d | ドキュメントの削除 |
helpman [Option] Path
Option | 説明 |
---|---|
-S | パスのセット |
-R | パス初期化 |
-v | 現在のパスを表示 |
デフォルトでは ~/Document/に設定されている。
helpman [Option]
Option | 説明 |
---|---|
-l | ドキュメントリストの表示 |
-D | ドキュメントデータの削除 |
-V, --version | version表示 |
-i, --init | helpmanディレクトリ初期化 |
-h, --help | usage表示 |
-i
はディレクトリが存在しない場合だけ初期化される。
すでにフォルダが存在する場合は何にもしない。