This website requires JavaScript.
Explore
Help
Sign In
greg
/
just
Watch
1
Star
0
Fork
0
You've already forked just
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c2e699923
just
/
src
/
main.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Added proper errors
2016-10-02 15:31:28 -07:00
fn
main
(
)
{
Refactor `run::run` and Config (#490) Improve color parsing, add `ConfigError`, put `invocation_directory` on Config object, return error code from `run::run` instead of exiting.
2019-10-09 00:18:53 -07:00
if
let
Err
(
code
)
=
just
::
run
(
)
{
std
::
process
::
exit
(
code
)
;
}
Initial commit. Broken.
2016-06-16 17:13:43 -07:00
}
Reference in New Issue
Copy Permalink