Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

/dateコマンドの追加 (#54, #94) #95

Merged
merged 13 commits into from
Apr 28, 2024
Merged

Conversation

takejohn
Copy link
Member

内容

日付の表示と計算を行う /date コマンドを追加します。
/date now で日付の表示、/date diff で指定された日付が何年と何日前/後かを調べます。
#54, #94 を閉じます。

変更点

  • /date コマンドの追加
  • npm run dev で watch モードで開発できるように
  • サブコマンドのあるコマンドを作成できる CompoundCommand クラスと関連クラスの作成 (使用例は packages/misc/commands/date.ts を参照)
  • tsconfig.jsonstrict: true を追加して型チェックをより厳密に (undefined momentを見逃さない)
  • /cal コマンドで使用する言語キーを変更 (/date のものと統一)

チェックリスト:

  • このリポジトリのコードスタイルに沿っているか
  • 自分自身で動作確認を行ったか、また、それは正常に動作したか

@takejohn takejohn requested a review from ringo360 April 28, 2024 13:22
@ringo360
Copy link
Member

Woah! I'll check later👍

This was linked to issues Apr 28, 2024
Copy link
Member

@ringo360 ringo360 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay!

@ringo360 ringo360 merged commit 9170568 into v14-dev Apr 28, 2024
3 checks passed
@takejohn takejohn deleted the feature/date-and-calculation branch April 28, 2024 14:55
ringo360 added a commit that referenced this pull request Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

年齢を調べるコマンドの追加 日時の表示コマンド
2 participants