veloren/server-cli
Joshua Yanovski 33494c0e29 More fixes to stdin input.
Adding tty makes sure docker attach won't be accidentally detached
by ctrl-C (there are better ways of doing this but this one works
for now)

shell-words more closely emulates Bash's tokenizer rules (but without
doing things like environment variable expansion) which allows us to use
multiline strings as reasons, etc.  Unfortunately entering newlines
still won't work the way we've written things since shell-words does not
right now give enough information to incrementally build up a valid
string, just says there was a tokenizing error; but maybe in the future
we can fix that.
2021-05-11 04:15:59 -07:00
..
src More fixes to stdin input. 2021-05-11 04:15:59 -07:00
.gitignore Added forts to towns, began better economy sim 2020-08-12 21:15:52 +01:00
Cargo.toml More fixes to stdin input. 2021-05-11 04:15:59 -07:00
docker-compose.yml More fixes to stdin input. 2021-05-11 04:15:59 -07:00
Dockerfile Copy assets/server to the right place in server-cli's Dockerfile. 2021-03-15 09:46:16 -04:00