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

fixed detailed plugin report #32

Merged
merged 7 commits into from
Dec 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
minor
  • Loading branch information
FMotalleb committed Dec 6, 2023
commit 1e2916ea21306669f15cb6b1b22fe145cdd8f68c
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ plugins:
name: "[nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env)"
version: "0.0.0"
description: "A Bash environment plugin for Nushell."
plugin: "0.0"
protocol: "0.0"
plugin: "0.87"
protocol: "0.87"
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down