nu_plugin_cloud 0.2.8

A nushell plugin for working with cloud storage services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default:
    @just --list

# Run pre-commit hooks on all files, including autoformatting
pre-commit-all:
    pre-commit run --all-files

# Run 'cargo run' on the project
run *ARGS:
    cargo run {{ARGS}}

# Run 'bacon' to run the project (auto-recompiles)
watch *ARGS:
	bacon --job run -- -- {{ ARGS }}