Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

!scan-startの--diceオプションでマイナスから始まる式を指定できない #2

@kizahasi

Description

@kizahasi

例えば、下のように書き込むと1d10で集計が開始される(これは正常な動作)。
!scan-start --dice 1d10
しかし、例えば下のように、マイナスで始まる式の場合は集計を開始できない。
!scan-start --dice -1d10

Expected

-1d10の集計が開始される。

Actual

--dice オプションは値が必要です。というエラーメッセージが返され、集計を開始することができない。

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions