.dig E oops
:: You dig towards E, and create a new place called oops.
.dig e oops
:: e is not a valid direction.
.dig east oops
:: east is not a valid direction.
This is a quality of life enhancement: allow to use low case or full name coordinates instead of just the direction (even if it might be hard to write the full name for USW, etc..).
.dig E oops
:: You dig towards E, and create a new place called oops.
.dig e oops
:: e is not a valid direction.
.dig east oops
:: east is not a valid direction.
This is a quality of life enhancement: allow to use low case or full name coordinates instead of just the direction (even if it might be hard to write the full name for USW, etc..).