Create
spent -d <description> $<amount_spent> [@ <date>]spent -d dinner $10.50 Adds the spending to current date's recordspent -d dinner $10.50 @ 20-08-2020 Adds the spending to input date's recordList
listlist Displays all the items in the list.
Mock-up of the list function
Update
edit <index> [-d <description>] [$<amount_spent>] [@ <date>]edit 1 -d lunch $12.50edit 1 $12.50 -d lunch @ 11-11/2020Delete
delete <index>delete 1 Deletes the item at index 1 of the list.Top up budget
topup $<amount>topup $200 Adds an extra budget of 200 dollars to work with.