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

2381 Commits

Author SHA1 Message Date
e66a82ff49 doc update 2022-03-23 10:50:34 -07:00
f3aa797d96 add more pretty table separators 2022-03-22 17:47:19 -07:00
e5b478218c add quiet=True to parse tests 2022-03-22 16:05:07 -07:00
35e0e9c32a remove print statement 2022-03-22 15:57:43 -07:00
17c3c2f029 add bold bar seperator and ANSI code tests 2022-03-22 15:55:59 -07:00
cf83e6398b add fancy separators 2022-03-22 15:13:07 -07:00
94e061b881 add asciitable parser tests 2022-03-22 14:53:34 -07:00
720480e39c doc update 2022-03-22 13:21:10 -07:00
82a63fe159 doc update 2022-03-22 12:42:07 -07:00
9c1ec9940e doc update 2022-03-22 12:35:56 -07:00
f23f19da45 doc update 2022-03-22 12:25:59 -07:00
aea2e1b0a9 fix tests so blank strings are now None 2022-03-22 12:25:51 -07:00
7d95d679bf add asciitable parser 2022-03-22 12:25:24 -07:00
b3b140066b doc update 2022-03-22 07:21:19 -07:00
b204c423c1 doc update 2022-03-22 07:05:14 -07:00
d451c309bb change multiple or statements to any() 2022-03-22 06:30:07 -07:00
01d53da68e remove debug print 2022-03-21 19:11:27 -07:00
53dd05e52c fix rstrip and add tests 2022-03-21 19:10:02 -07:00
ab564f5be8 add tests 2022-03-21 17:57:14 -07:00
00c39450f9 enhance type annotation 2022-03-21 13:36:54 -07:00
f611d08b50 formatting 2022-03-21 13:33:35 -07:00
90e79b7df3 formatting 2022-03-21 13:27:44 -07:00
4eb2d725d5 formatting 2022-03-21 13:09:50 -07:00
51ae5ebcac new streamlined parser 2022-03-21 13:06:34 -07:00
9ecbdb0916 use generator instead of iterable in function return annotation 2022-03-20 10:16:29 -07:00
b3a2886fd0 formatting 2022-03-20 10:12:29 -07:00
ceacec0f46 remove errant os sep import 2022-03-18 16:57:47 -07:00
ff0f794b01 working 2022-03-18 16:53:23 -07:00
70fafbf3f8 remove asciitable so tests pass for now 2022-03-18 14:19:00 -07:00
5a248a8fc5 add multiline asciitable parser 2022-03-18 13:05:57 -07:00
4a3a4e10df add asciitable and asciitable-m parsers 2022-03-18 13:03:43 -07:00
c27bd5ff39 pad lines in sparse_table_parse and use str.isspace() 2022-03-17 16:24:18 -07:00
f804c9627f copy input list so we don't mutate the caller's data 2022-03-15 16:04:58 -07:00
3ab25d02f9 use _parser_is_streaming from lib 2022-03-14 12:30:09 -07:00
9e80fd2b97 fallback if info and doc items don't exist 2022-03-14 12:17:18 -07:00
ff9527a098 import cleanup and use all_parser_info in parsers_text 2022-03-14 11:35:57 -07:00
7dac2f8dc3 doc update 2022-03-14 10:50:10 -07:00
32e4d55e86 use parser_info for help_doc 2022-03-14 10:46:54 -07:00
f9a9062147 add documentation argument to parser_info and all_parser_info 2022-03-14 10:46:23 -07:00
89e5919796 add -A to second example 2022-03-14 09:56:50 -07:00
e5f5b2591d changelog update 2022-03-14 09:45:17 -07:00
77c667eec0 ubuntu fixes 2022-03-14 09:43:18 -07:00
b257ce8c2f add mpstat_s tests 2022-03-13 12:25:50 -07:00
c693c868ca add mpstat streaming parser 2022-03-11 15:59:38 -08:00
6f98b27a05 add mpstat tests 2022-03-11 15:33:31 -08:00
d7efd25d88 add mpstat to docs 2022-03-11 14:54:06 -08:00
2cddb1f0bb working mpstat 2022-03-11 14:00:19 -08:00
ae1c331595 initial working version 2022-03-11 13:15:39 -08:00
bc97052ed4 initial add mpstat parser 2022-03-11 12:37:17 -08:00
6c3e0e2aa0 formatting 2022-03-11 12:37:01 -08:00