Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Repository
8a75a8cf088beb4e92855c3d26fb3c226cf34916
Switch branch/tag
go-dms3
commands
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
Clone
Clone with SSH
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy SSH clone URL
git@gitlab.dms3.io:dms3/go-dms3.git
Copy HTTPS clone URL
https://gitlab.dms3.io/dms3/go-dms3.git
commands: fix panic when stdin is empty for string args
Jeromy authored
8 years ago
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
8a75a8cf
Name
Last commit
Last update
..
cli
commands/cli: fix reading from stdin message
8 years ago
files
fix progress bar in add
8 years ago
http
commands: fix panic when expected files field is nil
8 years ago
argument.go
starting to rework stdin handling
8 years ago
channelmarshaler.go
allow channel marshaler to return errors from cmds.Response
9 years ago
command.go
ignore those last bits, this time its for real
8 years ago
command_test.go
Add logic for copying ShortDes to LongDesc if it is not present
8 years ago
option.go
Add default to recursive option
8 years ago
option_test.go
add default option value support to commands lib
9 years ago
reqlog.go
and special case that one thing because why not
8 years ago
request.go
commands: fix panic when stdin is empty for string args
8 years ago
response.go
api: correctly set the content type for `object get --encoding=protobuf`
9 years ago
response_test.go
Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)'
9 years ago