feat: add format, help!

This commit is contained in:
Shunsuke Shibayama 2023-12-15 22:55:10 +09:00
parent 905a03d578
commit 868609f95a
4 changed files with 21 additions and 2 deletions

View file

@ -525,6 +525,7 @@ const KW_INTO: &str = "into";
const KW_ENCODING: &str = "encoding";
const KW_ERRORS: &str = "errors";
const KW_ARGS: &str = "args";
const KW_KWARGS: &str = "kwargs";
const KW_IDX: &str = "idx";
const KW_LHS: &str = "lhs";
const KW_RHS: &str = "rhs";
@ -539,6 +540,7 @@ const KW_OBJECT: &str = "object";
const KW_OBJECTS: &str = "objects";
const KW_TEST: &str = "test";
const KW_MSG: &str = "msg";
const KW_SPEC: &str = "spec";
const KW_STR: &str = "str";
const KW_I: &str = "i";
const KW_SRC: &str = "src";