Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 578 Bytes

A standalone app that allows users to list their place via a CLI. The data is kept locally. It is possible to enter partial data and continue later. Only completed items are displayed in the list.

Commands:

  • cli.rb continue #id # Continue entering place info
  • cli.rb help [COMMAND] # Describe available commands or one specific command
  • cli.rb list # Display list of completed places
  • cli.rb new # Create new place

Technologies: