Skip to content

Instantly share code, notes, and snippets.

@yothinix
Created February 18, 2022 04:07
Show Gist options
  • Save yothinix/9b81abb90ec81c987888f9fa464a57ea to your computer and use it in GitHub Desktop.
Save yothinix/9b81abb90ec81c987888f9fa464a57ea to your computer and use it in GitHub Desktop.
$ iex -S mix main
Erlang/OTP 21 [erts-10.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]
Request to pry #PID<0.99.0> at Mssum.main/0 (lib/mssum.ex:16)
14:
15: select_issue_fields = fn issue -> Map.take(issue, @issue_field) end
16: require IEx; IEx.pry
17: issues =
18: milestone
Allow? [Yn] y
Interactive Elixir (1.6.6) - press Ctrl+C to exit (type h() ENTER for help)
pry(1)> milestone
%{
"closed_issues" => 2,
"created_at" => "2018-07-22T03:45:53Z",
"description" => "This is a book!! Banana is not apple\r\n\r\nMultiple line naja",
"due_on" => "2018-07-22T07:00:00Z",
"html_url" => "https://github.com/yothinix/mssum/milestone/1",
"number" => 1,
"state" => "open",
"title" => "Release 1"
}
pry(2)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment