in reply to how should a cli script return error codes?
Separate functionality from the interface. Split things into a module which provides the functions (add user, delete user, etc) and then you can use that from either a script or a web front end.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how should a cli script return error codes?
by leocharre (Priest) on May 16, 2006 at 19:24 UTC |