Removed `be open` and `be close`. Alias `be status` instead.
authorW. Trevor King <wking@drexel.edu>
Mon, 14 Dec 2009 06:13:05 +0000 (01:13 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 14 Dec 2009 06:13:05 +0000 (01:13 -0500)
commit5e769027075ce0f95d5cf9006d097f7fe7d8b38d
tree80c19b6c224cb95b9ea57a8c3c08bc6cb2185857
parent9b1f9db34189744ded87a28aaa395d9344593df2
Removed `be open` and `be close`.  Alias `be status` instead.

For example, in Bash
  alias be-open='be status open'

If you need to set options, this won't work, but command completion
with misc/completion/be.bash should make typing out
  be status open
not too painful ;).
libbe/command/close.py [deleted file]
libbe/command/open.py [deleted file]