-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpFile
More file actions
25 lines (21 loc) · 1.4 KB
/
Copy pathhelpFile
File metadata and controls
25 lines (21 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Usage: bookCatalog [OPTION]... [PARAMETER]...
Maintains the inventory of book which holds details of book like ISBN
number, price, author, title, publisher in it.
add <book details> adds a new book into inventory
remove [-isbn] <isbn_number> removes the book of that given
isbn number
list lists all the books present in
the inventory
search <search string> searches the string given in
complete inventory and displays
book record
search <search field> <search string> searches the string given in the
field specified and displays
complete record
update <details with isbn to update> updates the details of the part
icular isbn number specified
tags < add / remove > adds or removes tags to the
given isbn number
(when 'tag:' given)
--help display this help and exit
Report bugs to <shwetado@thoughtworks.com>.