Skip to content

Commit 0516ab0

Browse files
committed
chore(cmd): rename module to cmd
1 parent de7b8c3 commit 0516ab0

12 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žsrc/cli.rsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Clap Commanders
22
use crate::{
3-
cmds::{
3+
cmd::{
44
completion_handler, Command, CompletionCommand, DataCommand, EditCommand, ExecCommand,
55
ListCommand, PickCommand, StatCommand, TestCommand,
66
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)