記錄自己買過咩東西 ```bash > worthit 記錄買過咩東西 Usage: worthit Commands: add set show delete Options: -h, --help Print help (see more with '--help') -V, --version Print version ``` ```bash > worthit add --help Usage: worthit add --name --price --pd Options: -n, --name 佢個名 -p, --price 幾钱 --pd 幾時買,例如2024-1-6 -h, --help Print help ``` ```bash > worthit set --help Usage: worthit set [OPTIONS] Options: -n, --current-name 佢個名 --new-name 起個新名 -p, --price 幾钱 --purchase-date 幾時買,例如2024-1-6 -s, --status 0: 用緊, 1: 食塵, 2: 壞咗, 3: 賣咗 [default: 0] --repair-count 整咗幾次 --repair-cost 維修費 --sold-price 轉手價 --sold-date 幾時賣,例如2025-1-6 -h, --help Print help ```