Code Monkey home page Code Monkey logo

espresso's Introduction

Hi there! ๐Ÿ‘‹ - I'm Donnacha. Welcome to my GitHub profile!

Perhaps the best place to start is at my GitHub.io page here where I outline details on code examples, posts & blogs and my lecture contents.

If you're just checking out my profile, the best place is on LinkedIn.

If you're checking out my code, then unfortunately, my best work is behind private repos and you'll just have to make do with some simple tools and example code... ๐Ÿ˜

espresso's People

Contributors

donnachaforde avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

espresso's Issues

Move VC project files to root.

Move the VC project files to the root directory of the project and leave the source and header files in 'src' and 'include' directories respectively.

Throw exception when an attempt is made to add an alias to a non-existent arg.

It's possible to add an alias to a switch/arg that doesn't exist. While the call currently returns 'false' when unable to find a match, the user is not likely to check the return status. Their attention can be better drawn to the issue by throwing an exception.

This will help prevent mismatched alias-to-arg issues caused by typos.

stdout formatting for help/usage is off for long strings

Note that wrapping lines are indented. See --limit for and example.

D:\src\espresso-tools\output\x64\Release>watch /?

Monitors the process you provides and reports when it terminates.

Usage:

 watch [-] [--exec=value] [--forever] [--limit=n] [--silent]

Options:

--exec=<value>
        The command to execute and monitor.

--forever
        Will keep restarting the command should it terminate.

-?, -h, --help
        Display this help message (and then exit).

-i, --info
        Display information about this executable (and then exit).

--limit=<int>
Used in conjuction with --forever to set a limit on the number of
        restarts.

--silent
Do not report terminations to the user. Used in conjunction with
        --forever to keep restarting the command.

-u, --usage
        Display usage instructions (and then exit).

-v, --version
        Display version information (and then exit).



Copyright 2021, Donnacha Forde. All rights reserved.
Report bugs to @DonnachaForde.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.