1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
4ebde3af5f parser version bump 2022-09-15 08:40:58 -07:00
ab5e9a46b4 id: support space in names
id parser did not work correctly if space is present in user or group
name.
2022-09-14 13:36:56 +02:00
3daf90c5fe doc formatting 2022-08-15 13:51:48 -07:00
a5d5b1554f change variable name from list to my_list 2022-06-02 08:34:51 -07:00
ec8efebc94 move _get_item outside of parse function 2022-06-02 08:31:28 -07:00
57142d899c id: parse output without name
If a group does not exist only gid is present in the command output.
2022-06-02 12:51:11 +02:00
6986c74f6d remove direct parser module example from doc 2022-03-10 15:18:27 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
a13dde12af change raw output wording 2022-01-21 07:42:03 -08:00
3701b4198a formatting 2022-01-19 17:29:22 -08:00
302bf72e72 Update high-level API docs 2022-01-18 15:38:03 -08:00
12d2de2282 use jc.utils.input_type_check() and simplify compatibility check 2021-11-30 11:43:06 -08:00
caaeaf0d67 add 'str' type check on input 2021-11-29 16:29:23 -08:00
246c707c98 use jc.utils conversions 2021-04-18 11:46:42 -07:00
908ac1f61c update docs - remove compatibility section since it is now automatically generated from info() 2021-04-09 10:56:43 -07:00
e28c08b136 update documentation 2021-04-08 12:42:01 -07:00
e4781d60ce update parser descriptions with backticks surrounding command names 2021-04-04 20:52:34 -07:00
1d0ad2f045 doc fixes 2021-01-04 18:01:16 -08:00
59b1055808 enhance docs 2020-08-05 16:51:58 -07:00
7131c29718 add module usage info to docs 2020-08-05 13:32:59 -07:00
cc0f0971d7 Improve and standardize empty data check for all parsers 2020-06-14 17:17:40 -07:00
515a8a84b7 add "command" to description 2020-02-13 09:47:40 -05:00
d49323e4eb add magic_commands list to info 2020-02-11 18:09:21 -08:00
d618a7f583 doc update 2020-02-04 21:17:03 -08:00
3b36022e5a add id parser 2020-02-04 21:09:42 -08:00