Oppdaterte placement-funksjonene for å utheve en kategori dersom to argumenter blir gitt (hylle og kategori).
This commit is contained in:
@@ -89,7 +89,7 @@ commands = { 'show':
|
||||
'options': [],
|
||||
'fun': edit_book_or_person },
|
||||
'map':
|
||||
{ 'args': [('shelfname', (0,1))],
|
||||
{ 'args': [('shelfname', (0,1)), ('category', (0,1))],
|
||||
'options': [],
|
||||
'fun': placement.print_shelf_cmd }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user