Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstp committed Jul 29, 2023
1 parent 426d4e1 commit 2711722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/export.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::{anyhow, Result};

use crate::kubeconfig::{self};
use crate::kubeconfig;
use crate::settings::Settings;

pub fn export(settings: &Settings, context_name: String, namespace_name: String) -> Result<()> {
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub enum Kubie {
args: Vec<String>,
},

#[clap(name = "export", trailing_var_arg = true)]
#[clap(name = "export")]
Export {
/// Name of the context in which to run the command.
context_name: String,
Expand Down

0 comments on commit 2711722

Please sign in to comment.