aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/server.rs
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2022-05-09 07:46:52 +0100
committerGitHub <noreply@github.com>2022-05-09 07:46:52 +0100
commit1d030b9d32f539fd38f5ff3335234c5111c3303f (patch)
tree08619ad238362f66270919902c887c6357404bcd /src/command/server.rs
parentBump clap from 3.1.15 to 3.1.16 (#392) (diff)
downloadatuin-1d030b9d32f539fd38f5ff3335234c5111c3303f.zip
Importer V3 (#395)
* start of importer refactor * fish * resh * zsh
Diffstat (limited to 'src/command/server.rs')
-rw-r--r--src/command/server.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/server.rs b/src/command/server.rs
index 1d514bb2..495f85d0 100644
--- a/src/command/server.rs
+++ b/src/command/server.rs
@@ -21,6 +21,7 @@ pub enum Cmd {
}
impl Cmd {
+ #[tokio::main]
pub async fn run(self) -> Result<()> {
tracing_subscriber::registry()
.with(fmt::layer())