diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-30 15:28:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-30 15:28:27 +0530 |
commit | e1bd26b9ad73cd0758ba77373c1cd07f72f47a65 (patch) | |
tree | bfcba01cdf2b5e0d3f659b097d3683eb83fb89d0 /macli.yaml | |
parent | d67758bdbeb162adadb6b19954e8e22cf04ed388 (diff) |
reading both flags and config for list commands
Diffstat (limited to 'macli.yaml')
-rw-r--r-- | macli.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,6 +34,6 @@ searching: lists: # TODO: add default sort types, etc - list_offset: 0 # offset for the results (default is 0, changing it here is not recommended as it may cause confusion) list_length: 15 # amount of titles to show from user's list + list_offset: 0 # offset for the results (default is 0, changing it here is not recommended as it may cause confusion) include_nsfw_results: false # show NSFW rated items |