larrykollar / tines

Tines is a console-based outliner/planner/notebook. It is a fork of the hnb outliner, which has not been updated in >10 years.
Other
49 stars 7 forks source link

Missing and broken cli interface #11

Closed peterjschroeder closed 6 years ago

peterjschroeder commented 7 years ago

tines -e segfaults tine -ui cli says unknown option

larrykollar commented 6 years ago

If you do tines -e, you need to include at least one CLI command. For example:

tines -e 'today' 'go right' 'ls'

The old -ui cli option got replaced a while ago. The new option is --ui=cli

I'm going to close this issue and open a new one with just the first part.

peterjschroeder commented 6 years ago

It only shows one - in the command line options help. Two of them works tho, thank you.