diff options
| author | fukachan <fukachan> | 2003-03-11 14:46:02 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-11 14:46:02 +0000 |
| commit | 1e355025348d771f937f2714ac75d5a8f07a3db9 (patch) | |
| tree | 47cbd12c1c6f69b4a39e0102f76c377756a818ff /fml/doc | |
| parent | 4c75d95c4d23c90699ae92f6baf45c2d96e98666 (diff) | |
| download | fml8-1e355025348d771f937f2714ac75d5a8f07a3db9.tar.gz fml8-1e355025348d771f937f2714ac75d5a8f07a3db9.tar.bz2 fml8-1e355025348d771f937f2714ac75d5a8f07a3db9.zip | |
add idea memo
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/ja/01_RFC_ARGV.txt | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/fml/doc/ja/01_RFC_ARGV.txt b/fml/doc/ja/01_RFC_ARGV.txt index 204dffa8..115eb9ed 100644 --- a/fml/doc/ja/01_RFC_ARGV.txt +++ b/fml/doc/ja/01_RFC_ARGV.txt @@ -13,8 +13,10 @@ fmlalias [-n] fmldoc モジュール名 fmlconf [-n] $ml + + うーむ? fmlerror $ml - fmllog $ml + fmlerror $ml [アルゴリズム?] * 何らかの操作をするもの @@ -22,10 +24,32 @@ makefml $command $ml fml $ml $command (makefml と一緒) + +* 何らかの操作をするもの (の特殊なもの) fmlhtmlify [-I DIR] $src_dir $dst_dir - [バラバラにしにあで makefml に統合するべきかな〜とおもうもの] + +* バラバラなので、makefml に統合するべきかな〜とおもうもの fmlsummary $command $ml fmlthread $command $ml fmlspool [options] $command $ml fmlsuper $command $ml + + -> + + * admin summary と user summary + fml $ml summary 単なる表示 (user summary はこれだけ) + fml $ml summary $subcommand + + fml $ml thread 単なる表示 + fml $ml thread $subcommand + + fml $ml spool 単なる表示 + fml $ml spool $subcommand + + fml $ml mailq 単なる表示 + fml $ml mailq $subcommand + + +-------------------- +$FML$ |
