Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support plugins flag like vanilla nushell #550

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Support plugins flag like vanilla nushell #550

merged 1 commit into from
Oct 21, 2024

Conversation

Westwooo
Copy link
Contributor

@Westwooo Westwooo commented Oct 21, 2024

Addresses: #542

Users are now able to use the plugins

➜  couchbase-shell git:(plugins_flag) ✗ cargo run
👤 Administrator 🏠 remote in ☁️ travel-sample._default._default
> plugin list
╭────────────╮
│ empty list │
╰────────────╯
➜  couchbase-shell git:(plugins_flag) ✗ cargo run -- --plugins '[./nu_plugin_inc]'
👤 Administrator 🏠 remote in ☁️ travel-sample._default._default
> plugin list
╭───┬──────┬─────────┬────────────┬───────┬───────────────────────────────────────────────────────────┬───────┬─────────────╮
│ # │ name │ version │ is_running │  pid  │                         filename                          │ shell │  commands   │
├───┼──────┼─────────┼────────────┼───────┼───────────────────────────────────────────────────────────┼───────┼─────────────┤
│ 0 │ inc  │ 0.95.0  │ true       │ 36595 │ /Users/jackwestwood/cbshell/couchbase-shell/nu_plugin_inc │       │ ╭───┬─────╮ │
│   │      │         │            │       │                                                           │       │ │ 0 │ inc │ │
│   │      │         │            │       │                                                           │       │ ╰───┴─────╯ │
╰───┴──────┴─────────┴────────────┴───────┴───────────────────────────────────────────────────────────┴───────┴─────────────╯

@Westwooo Westwooo merged commit 321c412 into main Oct 21, 2024
12 checks passed
@Westwooo Westwooo deleted the plugins_flag branch October 21, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants