config: add support for status commands
This commit is contained in:
parent
44b19cbc9a
commit
7eb4510eab
6 changed files with 303 additions and 3 deletions
|
|
@ -37,7 +37,10 @@
|
|||
#![allow(
|
||||
clippy::zero_prefixed_literal,
|
||||
clippy::manual_range_contains,
|
||||
clippy::uninlined_format_args
|
||||
clippy::uninlined_format_args,
|
||||
clippy::len_zero,
|
||||
clippy::single_char_pattern,
|
||||
clippy::single_char_add_str
|
||||
)]
|
||||
|
||||
use {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue