前のテキストがどこで終わったかに関係なく、行の特定の開始位置に文字列を配置しようとしています。例えば:
Mandatory arguments to long options are mandatory for short options too.
-a, --all do not ignore entries starting with .
-A, --almost-all do not list implied . and ..
オプションの説明は、前のテキストに関係なく、位置30から始まります。java.util.Formatterでこれをどのように達成しますか?%30s
width()引数とprecision( )引数の両方でテストしましたが%.30
、どちらも目的の結果を提供していません。