mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Plugin option for shell (#517)
* calling plugin without shell * spelling error * option on register to select a shell
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
# native python dictionaries. The encoding and decoding process could be improved
|
||||
# by using libraries like pydantic and marshmallow
|
||||
#
|
||||
# This plugin uses python3
|
||||
# Note: To debug plugins write to stderr using sys.stderr.write
|
||||
import sys
|
||||
import json
|
||||
|
Reference in New Issue
Block a user