Skip to content

Commit fbe6ea9

Browse files
author
jonathan-guillot_emcor
committed
change name to deptui
1 parent f20f79d commit fbe6ea9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "deploy_rs_tui"
1010
path = "src/lib.rs"
1111

1212
[[bin]]
13-
name = "deploy-rs-tui"
13+
name = "deptui"
1414
path = "src/main.rs"
1515

1616
[dependencies]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
# The TUI shells out to these at runtime.
6464
postInstall = ''
65-
wrapProgram $out/bin/deploy-rs-tui \
65+
wrapProgram $out/bin/deptui \
6666
--prefix PATH : ${
6767
pkgs.lib.makeBinPath [
6868
deploy-rs.packages.${system}.deploy-rs

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use deploy_rs_tui::{app::App, flake, ui};
1212

1313
/// CLI arguments. The TUI runs against a single flake reference.
1414
#[derive(Debug, Parser)]
15-
#[command(name = "deploy-rs-tui", version, about)]
15+
#[command(name = "deptui", version, about)]
1616
struct Cli {
1717
/// Path to the flake containing `deploy.nodes` (defaults to the current
1818
/// directory). Anything `nix` accepts as a flakeref works here too.

0 commit comments

Comments
 (0)