diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-05-26 12:19:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 12:19:40 -0700 |
| commit | e699d16c85cccfcb6835392832102f02d10f955b (patch) | |
| tree | 0c32a4ca57e3984ebeab2f0848c5ad04494f16fd /weed/command/command.go | |
| parent | ac9bf71544a1e4c65f12696db9b671bcd4ddb673 (diff) | |
| parent | 84488ebb33cc6ab62df231a211ed5efea48f6e1c (diff) | |
| download | seaweedfs-e699d16c85cccfcb6835392832102f02d10f955b.tar.xz seaweedfs-e699d16c85cccfcb6835392832102f02d10f955b.zip | |
Merge pull request #2085 from danielflira/mount-helper
create fuse subcommand to use weed with mount
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index b6efcead2..18e53ad8c 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -22,6 +22,7 @@ var Commands = []*Command{ cmdFilerReplicate, cmdFilerSynchronize, cmdFix, + cmdFuse, cmdGateway, cmdMaster, cmdMount, |
