Skip to content

Commit

Permalink
feat: removed call root command
Browse files Browse the repository at this point in the history
DEPRECATION: please use "cannister call" instead
  • Loading branch information
Hans Larsen committed Sep 24, 2019
1 parent 4eafb10 commit fa6d0bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
54 changes: 0 additions & 54 deletions dfx/src/commands/call.rs

This file was deleted.

2 changes: 0 additions & 2 deletions dfx/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::lib::error::DfxResult;
use clap::ArgMatches;

mod build;
mod call;
mod canister;
mod new;
mod start;
Expand Down Expand Up @@ -41,7 +40,6 @@ where
{
vec![
CliCommand::new(build::construct(), build::exec),
CliCommand::new(call::construct(), call::exec),
CliCommand::new(canister::construct::<T>(), canister::exec),
CliCommand::new(new::construct(), new::exec),
CliCommand::new(start::construct(), start::exec),
Expand Down

0 comments on commit fa6d0bb

Please sign in to comment.