Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
chore: remove unused codelines
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shift committed Feb 27, 2022
1 parent 793f644 commit 5aec738
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions notes/code.norg
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
Initialize pnp config file inside cwd
- without flags -> `cfg.jsonc`
- `--plugin` -> `plugin.json`
*** add <repository>
Insert plugin into cfg.jsonc inside cwd
- <repository> - GitHub author/name
*** rm <repository>
Removes plugin entry from cfg.jsonc inside cwd
- <repository> - GitHub author/name
*** install
Installs plugins specified inside `cfg.jsonc` inside cwd
- --preview -> temporary installation of new plugins
Expand Down
9 changes: 0 additions & 9 deletions notes/deps.norg

This file was deleted.

6 changes: 0 additions & 6 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ pub fn build() -> Command<'static> {
Command::new("init")
.about("Intialize config files")
.arg(arg!(--plugin "Initialize plugin file")),
Command::new("add")
.about("Add plugin to plugin list")
.arg(arg!(<repository> "GitHub author/name")),
Command::new("rm")
.about("Remove plugin from plugin list")
.arg(arg!(<repository> "GitHub author/name")),
Command::new("install")
.about("Install plugins")
.arg(arg!(--preview "Temp installation")),
Expand Down

0 comments on commit 5aec738

Please sign in to comment.