Class FileInfo
java.lang.Object
com.github.rvesse.airline.examples.userguide.help.bash.FileInfo
- All Implemented Interfaces:
ExampleRunnable
@Command(name="file-info",
description="Returns information about the given files")
public class FileInfo
extends Object
implements ExampleRunnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
run()
Runs the command and returns an exit code that the application should return
-
Field Details
-
files
-
-
Constructor Details
-
FileInfo
public FileInfo()
-
-
Method Details
-
run
public int run()Description copied from interface:ExampleRunnable
Runs the command and returns an exit code that the application should return- Specified by:
run
in interfaceExampleRunnable
- Returns:
- Exit code
-