chore: add some todos for future ideas
This commit is contained in:
parent
a625d5f43c
commit
c63cedab76
|
@ -1,5 +1,7 @@
|
|||
use clap::Subcommand;
|
||||
|
||||
// TODO: (matej) add Exec, Bash
|
||||
|
||||
/// Wraper for docker compose; autodiscover compose file and source .env file.
|
||||
#[derive(Subcommand, Debug)]
|
||||
pub enum DockerCompose {
|
||||
|
|
Loading…
Reference in New Issue