Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 7, 2023
1 parent f64aca5 commit f42fea8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Documentation found at https://github.com/kordamp/jarviz

=== Bytecode

.show
*show*

Show the JAR's bytecode version(s).
Will show the value of the `Bytecode-Version` manifest attribute
Expand Down Expand Up @@ -93,7 +93,7 @@ module-info

=== Manifest

.show
*show*

Show the JAR's manifest.

Expand All @@ -114,7 +114,7 @@ Build-Timestamp: 2022-10-31T18:52:24Z
Main-Class: org.kordamp.maven.checker.toolprovider.Pomchecker
----

.query
*query*

Query manifest attributes.

Expand All @@ -127,7 +127,7 @@ org.kordamp.maven.pomchecker

=== Module

.name
*name*

Show the module name.
Will show the module name, whether it's automatic or not, and if the name is valid.
Expand Down Expand Up @@ -166,7 +166,7 @@ valid: false
reason: foo.1.TAG: Invalid module name: '1' is not a Java identifier
----

.descriptor
*descriptor*

Show the module descriptor in detail.

Expand All @@ -191,7 +191,7 @@ uses:

=== Services

.list
*list*

Display registered services.

Expand All @@ -204,7 +204,7 @@ javax.annotation.processing.Processor
org.apache.commons.logging.LogFactory
----

.show
*show*

Display service implementations for a given service.

Expand Down

0 comments on commit f42fea8

Please sign in to comment.