fix: split subcommands into classes

This commit is contained in:
kp2pml30 2025-03-22 02:44:50 +04:00
parent 4e6cc662a7
commit 9b137600cd
4 changed files with 240 additions and 80 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
tab_width = 2
[*.toml]
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2