Skip to content

A simple annotation based language to describe command lines and interactive shell

Notifications You must be signed in to change notification settings

morandat/shelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shelly

A simple annotation based language to describe command lines and interactive shell. This language look like Cliche with more powerful constructs.

Features

Annotations

@Group : Declare a group of commands

@Command : Declare a command

@Option : Declare an option

@Context : Declare a group of options/commands

@Description : Add a description to any item

@Default : Mark a command as a default one.

Dependencies

This code has no other dependencies than JDK 1.7 (used for multi-catch blocks and diamond operator) for normal user. During test phase, the test-ng framework and hamcrest are also used.

Exemple

class Test {
}

TODO

  • Boolean options
  • Stop parse when -- is found
  • Error handler
  • Clean way of doing meta objects

About

A simple annotation based language to describe command lines and interactive shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages