mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
update to the new table syntax
This commit is contained in:
parent
12c1b51e54
commit
920b8be17e
3 changed files with 21 additions and 22 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
def do-work [] {
|
||||
let site_table = [
|
||||
[site repo
|
||||
]; [Nushell nushell
|
||||
] [Extension vscode-nushell-lang
|
||||
] [Documentation nushell.github.io
|
||||
] [Wasm demo
|
||||
] [Nu_Scripts nu_scripts
|
||||
] [RFCs rfcs]
|
||||
[site repo];
|
||||
[Nushell nushell]
|
||||
[Extension vscode-nushell-lang]
|
||||
[Documentation nushell.github.io]
|
||||
[Wasm demo]
|
||||
[Nu_Scripts nu_scripts]
|
||||
[RFCs rfcs]
|
||||
# ] [Jupyter jupyter]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue