Skip to content

Commit

Permalink
Merge pull request #7002 from BinuDR/patch-26
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Dec 8, 2024
2 parents bf11e6b + 6fb4472 commit 7f5ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clerk-tools.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Clerk
def initialize
arg_definitions = [
[
{ name: 'toolset', regex: /forging|outfitting|engineering|alchemy|enchanting|custom=\w+/, description: 'What set <forging outfitting engineering alchemy enchanting custom={set}> of tools to use.' },
{ name: 'toolset', regex: /forging|outfitting|engineering|alchemy|enchanting|custom=\w+/i, description: 'What set <forging outfitting engineering alchemy enchanting custom={set}> of tools to use.' },
{ name: 'action', options: %w[get store], description: 'Whether to get tools, or store them with the clerk' }
]
]
Expand Down

0 comments on commit 7f5ef2f

Please sign in to comment.